projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f41c30
)
Avoid link-time errors due to inline functions
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 10 Oct 2015 10:45:15 +0000
(13:45 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 10 Oct 2015 10:45:15 +0000
(13:45 +0300)
* src/emacs.c: Include puresize.h, to avoid link-time errors in
unoptimized builds due to PURE_P and CHECK_IMPURE, which are now
inline functions.
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 5a6999d9b1df9756cbe7491dedc1b359c7cb5adb..3eff5a720eac31175030c1f21418ee728773d53a 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-82,6
+82,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "syntax.h"
#include "sysselect.h"
#include "systime.h"
+#include "puresize.h"
#include "gnutls.h"